Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Required constructors added to Drawing Layers. #157

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Required constructors added to Drawing Layers. #157

wants to merge 7 commits into from

Conversation

batuhansk
Copy link

@batuhansk batuhansk commented Nov 8, 2018

A bug fixed which occurres while debugging UI through Xcode. There was a message in log window "use of unimplemented initializer 'init(layer:)' for class ...DrawingLayer".

It was preventing me from seeing UI objects, so I couldn't do a debug. I added missing overridden constructors init(layer:), So, that bug gone away.

Works well right now. ✊🏼

Batuhan Saka added 7 commits November 8, 2018 17:50
A required constructor added to avoid "has not been implemented" error while debugging UI in Xcode.
A required constructor added to avoid "has not been implemented" error while debugging UI in Xcode.
A required constructor added to avoid "has not been implemented" error while debugging UI in Xcode.
A required constructor added to avoid "has not been implemented" error while debugging UI in Xcode.
A required constructor added to avoid "has not been implemented" error while debugging UI in Xcode.
A required constructor added to avoid "has not been implemented" error while debugging UI in Xcode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant